home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
prgtools
/
programm.ing
/
falcon
/
falclib.lzh
/
ROUTS
/
GETPAR.S
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-08-16
|
242 b
|
16 lines
*
* GETPAR.S (include right after releasem.s)
*
* Gets all parameters sent to the program.
* Must be directly after releasem.
*
* Out a0.l=address where the parameters are.
*
@getparameters pea $81(a6)
move.l (a7)+,a0